removespriteactiongroup

Removes a sprite action group, sagnname, from the ribbon page group in the Compose user interface. removespriteactiongroup is only available in the Compose GUI.

Syntax

removespriteactiongroup(sagnname)

Inputs

sagnname
The name of the sprite action group.
Type: string

Examples

Remove the sprite action group from a ribbon page group:
addribbonpagegroup('Test','Indentation');
addspriteactiongroup('Test', 'Indentation', 'TestSG', 'UnIndent',0,80);
removespriteactiongroup('TestSG')